home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / 0.HLP next >
Text File  |  1990-01-02  |  1KB  |  28 lines

  1.  
  2.                 TRACE Function
  3.  
  4.         The TRACE function is used track (trace) the execution of
  5. M68332 instructions. You may use the TRACE function to trace a
  6. predefined number of instructions without pause. You may also
  7. choose  to trace any number of instructions with a pause after each
  8. instruction execution.
  9.  
  10.         Immediately after invocation, the TRACE reminds your that
  11. execution  will begin at the address contained in the PC register.
  12. If you have  forgotten to set the PC register to the address at
  13. which you wish to  trace instructions, exit the TRACE function and
  14. use the REGISTER  MODIFY command to set the PC contents.
  15.  
  16.         Next, TRACE requests the number of instructions to be
  17. executed. You may enter a number (decimal) or default the question
  18. by  pressing the <Enter> key. If you enter a valid decimal number,
  19. TRACE  will execute that number of instructions. After the
  20. execution of each  instruction, all register contents are
  21. displayed. Before the  execution of the next instruction, it is
  22. disassembled and displayed.  If you default the question, one
  23. instruction is executed. At that  point you must press the
  24. <SpaceBar> to execute another or press the  <Enter> key to
  25. terminate the TRACE function.
  26.  
  27. %END
  28.